home *** CD-ROM | disk | FTP | other *** search
/ Hot Super Models / Hot Super Models.iso / unix / x11 / xv2r1.tar / xv2r1 / extensions / Imakefile next >
Makefile  |  1991-09-25  |  340b  |  17 lines

  1. #define IHaveSubdirs
  2. #define PassCDebugFlags
  3.  
  4. #if BuildServer
  5.   SERVERSUBDIRS = server
  6. #else
  7. #if BuildPexClients
  8.   SERVERSUBDIRS = server/PEX/dipex/swap
  9. #endif
  10. #endif
  11.         SUBDIRS = $(SERVERSUBDIRS) lib include test xv
  12.  
  13. MakeSubdirs($(SUBDIRS))
  14. DependSubdirs($(SUBDIRS))
  15. MakeLintLibSubdirs(lib)
  16. MakeLintSubdirs(lib,install.ln,install.ln)
  17.